'Declaration
<DefaultMemberAttribute("Item")> Public Class C1SelectManyCollectionView (Of S As Class, T As Class) Inherits C1HierarchicalCollectionView(Of T) Implements ICollectionView(Of T), ISupportAsyncLoading(Of T), ISupportEditing, ISupportIncrementalLoading, ISupportSorting
'Usage
Dim instance As C1SelectManyCollectionView(Of S,T)
[DefaultMember("Item")] public class C1SelectManyCollectionView<S,T> : C1HierarchicalCollectionView<T>, ICollectionView<T>, ISupportAsyncLoading<T>, ISupportEditing, ISupportIncrementalLoading, ISupportSorting where S: class where T: class